run linux command using python

29

import os
cmd = 'your command here'
os.system(cmd)

Comments

Submit
0 Comments